C# Mine
ContentsIndexHome
PreviousUpNext
MineServer.EnqueueCommand Method

Queues sensor specific command to be sent down

Syntax
C#
public void EnqueueCommand(UInt32 sensorID, byte[] commandFrame, bool isUrgent);
Parameters 
Description 
UInt32 sensorID 
Numerical identifier of sensor to send command 
byte[] commandFrame 
Frame for command as returned by SensorBaseProfile class 
bool isUrgent 
Will set the urgent flag so that the command is broadcast when received by the gateway 
Copyright (c) 2017. All rights reserved.
What do you think about this topic? Send feedback!